[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 POKEDW IEXP1,IEXP2

 Function
  Write a double word (-2147483648 to +2147483647) to a specified memory
  address.

 Syntax
  POKEDW addr,value

   addr   - An integer expression with the address to write to.
   value  - An integer expression with the value to write to addr.

 Remarks
  You may have need to write directly to memory from time to time.  This
  statement complements PEEKDW() and allows you to write a double word
  value (-2,147,483,648 to +2,147,483,647) to a specific memory location.

 Examples
  MONEY   amt
  INTEGER addr
  VARADDR amt,addr
  POKEDW addr,123456 ' Set amt to $1234.56 the hard way

See Also: MKADDR() PEEKB() PEEKDW() PEEKW() POKEB POKEW VARADDR VAROFF VARSEG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson